![]() |
YNQ
YNQ-1.5.1
|
Modules | |
| User logon type | |
| Server capabilities | |
| signing policy | |
Data Structures | |
| struct | CCSStatistics |
| struct | CCServerInfo |
| struct | CCMountInfoA |
| struct | CCMountInfo |
Functions | |
| NQ_BOOL | ccGetMountInformationA (const NQ_CHAR *mountPoint, CCMountInfoA *mountPointInfo) |
| NQ_BOOL | ccGetMountInformation (const NQ_WCHAR *mountPoint, CCMountInfo *mountPointInfo) |
| NQ_BOOL ccGetMountInformationA | ( | const NQ_CHAR * | mountPoint, |
| CCMountInfoA * | mountPointInfo | ||
| ) |
This function is called by application to get information about specific mount point.
| mountPoint | The name of the mount point. |
| mountPointInfo | pointer to CCMountInfoA structure to fill. |
| NQ_BOOL ccGetMountInformation | ( | const NQ_WCHAR * | mountPoint, |
| CCMountInfo * | mountPointInfo | ||
| ) |
This function is called by application to get information about specific mount point.
| mountPoint | The name of the mount point. |
| mountPointInfo | pointer to CCMountInfo structure to fill. |